Nevron.Diagram Namespace / NLibraryDataObject Class / NLibraryDataObject Constructor / NLibraryDataObject Constructor(NLibraryDocument,NMaster[])


NLibraryDataObject Constructor(NLibraryDocument,NMaster[])
Syntax
'Declaration
 
Public Function New( _
   ByVal library As NLibraryDocument, _
   ByVal masters() As NMaster _
)
 
'Usage
 
Dim library As NLibraryDocument
Dim masters() As NMaster
 
Dim instance As New NLibraryDataObject(library, masters)

Parameters

library
masters
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also